home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3drpmsg.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_DROPMSG_H = 1;
- include("oops/r3root.js")
-
-
- var R3CLID_DROPMESSAGE = 875;
-
-
-
-
- R3DRPMSGA_DropObject = 875500;
- function SetR3DRPMSGA_DropObject(value) {
- R3Set(this.r3obj, R3DRPMSGA_DropObject, value, R3TID_OBJECT, 0);
- }
-
- function GetR3DRPMSGA_DropObject() {
- return R3ToJS(R3Get(this.r3obj, R3DRPMSGA_DropObject, R3TID_OBJECT, 0));
- }
-
- R3DRPMSGA_DropClid = 875501;
- function SetR3DRPMSGA_DropClid(value) {
- R3Set(this.r3obj, R3DRPMSGA_DropClid, value, R3TID_INTEGER, 0);
- }
-
- function GetR3DRPMSGA_DropClid() {
- return R3Get(this.r3obj, R3DRPMSGA_DropClid, R3TID_INTEGER, 0);
- }
-
- R3DRPMSGA_CreatorObject = 875502;
- function SetR3DRPMSGA_CreatorObject(value) {
- R3Set(this.r3obj, R3DRPMSGA_CreatorObject, value, R3TID_OBJECT, 0);
- }
-
- function GetR3DRPMSGA_CreatorObject() {
- return R3ToJS(R3Get(this.r3obj, R3DRPMSGA_CreatorObject, R3TID_OBJECT, 0));
- }
-
- R3DRPMSGA_CreateMethod = 875503;
- function SetR3DRPMSGA_CreateMethod(value) {
- R3Set(this.r3obj, R3DRPMSGA_CreateMethod, value, R3TID_INTEGER, 0);
- }
-
- function GetR3DRPMSGA_CreateMethod() {
- return R3Get(this.r3obj, R3DRPMSGA_CreateMethod, R3TID_INTEGER, 0);
- }
-
- R3DRPMSGA_Freedom = 875504;
- function SetR3DRPMSGA_Freedom(value) {
- R3Set(this.r3obj, R3DRPMSGA_Freedom, value, R3TID_INTEGER, 0);
- }
-
- function GetR3DRPMSGA_Freedom() {
- return R3Get(this.r3obj, R3DRPMSGA_Freedom, R3TID_INTEGER, 0);
- }
-
- R3DRPMSGA_NotifyObject = 875505;
- function SetR3DRPMSGA_NotifyObject(value) {
- R3Set(this.r3obj, R3DRPMSGA_NotifyObject, value, R3TID_OBJECT, 0);
- }
-
- function GetR3DRPMSGA_NotifyObject() {
- return R3ToJS(R3Get(this.r3obj, R3DRPMSGA_NotifyObject, R3TID_OBJECT, 0));
- }
-
- R3DRPMSGA_NotifyMethod = 875506;
- function SetR3DRPMSGA_NotifyMethod(value) {
- R3Set(this.r3obj, R3DRPMSGA_NotifyMethod, value, R3TID_INTEGER, 0);
- }
-
- function GetR3DRPMSGA_NotifyMethod() {
- return R3Get(this.r3obj, R3DRPMSGA_NotifyMethod, R3TID_INTEGER, 0);
- }
-
- R3DRPMSGA_NotifyData = 875507;
- function SetR3DRPMSGA_NotifyData(value) {
- R3Set(this.r3obj, R3DRPMSGA_NotifyData, value, R3TID_OBJECT, 0);
- }
-
- function GetR3DRPMSGA_NotifyData() {
- return R3ToJS(R3Get(this.r3obj, R3DRPMSGA_NotifyData, R3TID_OBJECT, 0));
- }
-
- R3DRPMSGA_DropData = 875508;
- function SetR3DRPMSGA_DropData(value) {
- R3Set(this.r3obj, R3DRPMSGA_DropData, value, R3TID_OBJECT, 0);
- }
-
- function GetR3DRPMSGA_DropData() {
- return R3ToJS(R3Get(this.r3obj, R3DRPMSGA_DropData, R3TID_OBJECT, 0));
- }
-
- var R3DRPMSGTYPE_FLOATING = 0;
- var R3DRPMSGTYPE_DOCKING = 1;
- var R3DRPMSGFREEDOM_WIDTH = 1;
- var R3DRPMSGFREEDOM_HEIGHT = 2;
- var R3DRPMSGFREEDOM_EXPAND = 4;
-
-
- function r3Dropmessage () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_DROPMESSAGE, arguments);
- }
- // Attributes
- this.GetDropObject=GetR3DRPMSGA_DropObject;
- this.SetDropObject=SetR3DRPMSGA_DropObject;
- this.GetDropClid=GetR3DRPMSGA_DropClid;
- this.SetDropClid=SetR3DRPMSGA_DropClid;
- this.GetCreatorObject=GetR3DRPMSGA_CreatorObject;
- this.SetCreatorObject=SetR3DRPMSGA_CreatorObject;
- this.GetCreateMethod=GetR3DRPMSGA_CreateMethod;
- this.SetCreateMethod=SetR3DRPMSGA_CreateMethod;
- this.GetFreedom=GetR3DRPMSGA_Freedom;
- this.SetFreedom=SetR3DRPMSGA_Freedom;
- this.GetNotifyObject=GetR3DRPMSGA_NotifyObject;
- this.SetNotifyObject=SetR3DRPMSGA_NotifyObject;
- this.GetNotifyMethod=GetR3DRPMSGA_NotifyMethod;
- this.SetNotifyMethod=SetR3DRPMSGA_NotifyMethod;
- this.GetNotifyData=GetR3DRPMSGA_NotifyData;
- this.SetNotifyData=SetR3DRPMSGA_NotifyData;
- this.GetDropData=GetR3DRPMSGA_DropData;
- this.SetDropData=SetR3DRPMSGA_DropData;
- }
-
- r3Dropmessage.prototype=new r3Root;
- // r3drpmsg.h_H